Class L2NatInstanceImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.L2NatInstanceImpl
All Implemented Interfaces:
IPCObject, L2NatInstance

public class L2NatInstanceImpl extends IPCObjectImpl implements L2NatInstance
Information provided by the PKI file:

    \class CL2NatInstance
    
    \brief Data element for CL2NatInstance.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getInstanceName

      public String getInstanceName()
      Information provided by the PKI file:
      
          \brief Returns the instance name.
          
          \return string, value is the instance name.
          
              
      Specified by:
      getInstanceName in interface L2NatInstance
      Returns:
      String Returns a String
    • setInstanceName

      public void setInstanceName(String instanceName)
      Information provided by the PKI file:
      
          \brief Sets the instance name to the given name.
          
          \param instanceName, the name to use for the instance.
          
              
      Specified by:
      setInstanceName in interface L2NatInstance
      Parameters:
      instanceName - Takes in a parameter of instanceName
    • getInstanceId

      public int getInstanceId()
      Information provided by the PKI file:
      
          \brief Returns the instance ID.
          
          \return int, value is the instance ID.
          
              
      Specified by:
      getInstanceId in interface L2NatInstance
      Returns:
      int Returns a int
    • getNatTable

      public L2NatTable getNatTable()
      Information provided by the PKI file:
      
          \brief Returns the nat table.
          
          \return L2NatTable, value is the nat table.
          
              
      Specified by:
      getNatTable in interface L2NatInstance
      Returns:
      L2NatTable Returns a L2NatTable
    • getStatementsCount

      public int getStatementsCount()
      Information provided by the PKI file:
      
          \brief Returns the statement count.
          
          \return int, value is the statement count.
          
              
      Specified by:
      getStatementsCount in interface L2NatInstance
      Returns:
      int Returns a int